(quail-update-leim-list-file): Save leim-list.el in utf-8.
authorKenichi Handa <handa@m17n.org>
Thu, 19 Mar 2009 00:59:54 +0000 (00:59 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 19 Mar 2009 00:59:54 +0000 (00:59 +0000)
lisp/international/quail.el

index 63b00878f166755ee635d96e95297b7b1ce1af32..e0be69262b33161bb385e02824123725e7f3a212 100644 (file)
@@ -3031,7 +3031,7 @@ of each directory."
 
     ;; At last, write out LEIM list file.
     (with-current-buffer list-buf
-      (let ((coding-system-for-write 'iso-2022-7bit))
+      (let ((coding-system-for-write 'utf-8))
        (save-buffer 0)))
     (kill-buffer list-buf)
     (message "Updating %s ... done" leim-list)))